Table version 1.0

This applet reads a data file and displays the data in a table. The data file format must be the following: the lines in the file match the rows in the table. In a line, the data from different columns are separated by a ','. For instance:
cake,food,$3.95
monitor,computer,$200

You can have another sample by viewing the file "data.txt". You can set the columns colors, add a border...

Name

Description

Default

Status

data_file

background_color

background_color2


columns_color

columns_color1
columns_color2
...

title_mode

 

 

title_row

skip_first_row

border

border_color

status_bar_text

link

target

 

registration_code

the data file. Format is described above

the background color

fill this parameter to make the background color of the rows to be alternated. One row background color will be "background_color", the following one will "background_color2", next "background_color", and so on

the default color for the data in all columns

if you want the data in a specify column to be colored with another color than "columns_color" then add "columns_colorN", where is the column number

you can separate the first row of the table to make it as the title row:
"0": no title
"1": the first line of the data file is used as title row
"2": use "title_row" as title

the title row, if you have set "title_mode" to "2", for instance it could be: "Stock ticker,Date,Open,Close"

1: skip the first line in the data file
0: read the first line as the other ones

the border size

the border color

the text to display in the status bar when the mouse is over

URL linked page when click

the target of the new page :
- "_blank" : show in a new unnamed top-level window
          - "_self" : show in the current frame
           - "_parent" : show in the parent frame
           - "_top" : show in the top-most frame

the registration code

-

white

blue


black

-

 

0

 

 

-

0

0

black

-

_blank

 

 

-

required

required

optional


optional

optional

 

required

 

 

optional

optional

optional

optional

optional

optional

 

 

required

 

Special notes

* You can put relative URL (to target a file on your site) or absolute (with "http://...")
URL. example:
    relative URL: ../home/home.html
    absolute URL: http://www.yahoo.com

* The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color.

Copyright 1999-2000 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com